Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GcIco Class / GcIco Constructor / GcIco Constructor(Byte[])
The source data in ICO format.

In This Topic
    GcIco Constructor(Byte[])
    In This Topic
    Initializes a new instance of GcIco class and loads data from a byte array.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal bytes() As System.Byte _
    )
    public GcIco( 
       System.byte[] bytes
    )

    Parameters

    bytes
    The source data in ICO format.
    See Also